@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


body {
  font-family: 'Inter', 'IBM Plex Sans', sans-serif !important;
}
:root{
  --primary-color: #00b1db;
  --secondary-color: #ef646b;
  --border-radius: 8px;
}
body{
 
  margin:0px;
  padding: 0px;
  font-size: 14px;
 font-weight:400;
}
.container {
    width: 84.375vw;
  max-width: 1140px !important;
    margin: 0 auto;
}
h1,h2,h3,h4,h5{
  font-size: 14px;
  margin: 0px;
}
p{
  font-size: 14px;
  margin: 0px;
      margin-top: 0;
    margin-bottom: 0 !important;
}
a{
  text-decoration: none !important;
}
li{
  list-style: none !important;
  padding: 0px;
}

.section__profil ul, li{
  list-style: none !important;
}


 .weekned-deal{
      display: flex;
    align-items: center;
    justify-content: space-between;
       margin: 5px 0px 19px;
 }
 .weekned-deal h2{
      font-size: 20px;
    font-weight: 600;
    color: #000;
 }
 .deal-packageg{
    margin:19px 0px !important;
 }

 .travel-card {
       border-radius: 12px;
      overflow: hidden;
      /* background-color: #e2e2e25c; */
      margin-bottom: 20px;  
      display: inline-block;  
      vertical-align: top;
 
      
    }
    .travel-card img {
      width: 100%;
      height:300px;
      object-fit: cover;
          border-radius: 10px;
    }
    .travel-card-body {
          padding: 10px 0px;
    }
    .location-rerr{
     color: #000;
    font-size: 13px;
    font-weight: 600;
    padding: 0px 5px;
    }
    .travel-card-body h3 {
         font-size: 14px;
        height: 40px;
    }
    .travel-card-body .duration {
          font-size: 0.9rem;
    color: #555;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
    .duration span{
      color: var(--secondary-color);
    }
    .travel-card-body .rating {
      color: var(--secondary-color);
      font-weight: bold;
      margin-bottom: 10px;
    }
    .travel-card-body .price {
      font-size: 1rem;
      margin-bottom: 10px;
    }
    .travel-card-body .price del {
      color: #999;
      margin-right: 8px;
    }
    .travel-card-body .price span {
        color: #000;
    font-weight: 600;
    font-size: 16px;
    }
    .travel-card-body .price .save {
      color: #27ae60;
      font-size: 0.85rem;
      margin-left: 5px;
    }
     
     
    .travel-card-body .location {
     
      color: #555;
      margin-bottom: 15px;
       background: linear-gradient(180deg, rgb(12 179 221 / 25%) 0%, rgb(12 179 221 / 5%) 70%), url(your-image.jpg) no-repeat center center / cover;
           padding: 5px 0px;
    border-radius: 4px;

    }
    .savePrice{
    display: flex;
    align-items: center;
    padding: 3px 4px;
    color: var(--secondary-color);
    font-size: 9px;
    font-weight: 600;
   text-transform: capitalize;
   background: linear-gradient(90deg, #f1636a29 3.64%, #f1636a29);
    gap: 4px;
 
    }
    .productCard{
          display: flex;
    flex-direction: row;
    align-items: center;
        gap: 9px;
    }
    .main-reqiutr{
          display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 12px;
    }
     
    .phpne-knd{
    height: 44px;
    width: 51px;
   justify-content: center;
    display: flex;
    align-items: center;
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    }
    .request-callse{
          width: 83%;
    }
    .requestcallse{
     width: 100%;
    height: 44px;
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: #fff;
    border-radius: 5px;
    }
    .phpne-knd i{
      font-size:20px;
      color: var(--primary-color);
      font-weight: 400;
    }
    .buttoon-se-all{
          background: transparent;
    color: #000000;
    border-radius: 4px;
    border: 1px solid #f1636a00;
    font-size: 14px !important;
    font-weight: 600;
    }


    
/* slider gap section   */
    
.main-menu-mea{
     width:110px !important;
 }

    .slider .slick-slide {
  margin: 0 10px; 
}

/* Slider ke container ka padding adjust karna agar center mode use ho */
.slider {
  margin: 0 -10px;  
}

 .slider-1 .slick-slide {
  margin: 0 10px;  
}

/* Slider ke container ka padding adjust karna agar center mode use ho */
.slider-1 {
  margin: 0 -10px;  
}

.slick-dots li.slick-active button:before{
      color: #fff !important;
}
.slick-dots{
      bottom: 4px !important;
}
.slick-dots li button:before{
      color: #fff !important;
      font-size: 9px !important;
}

.slick-track{
  margin-left: initial !important;
margin-right: initial !important;
}












.sticky-menu-wrapper {
  position: sticky;
  top: 0;            
  z-index: 999;        
  background: #fff;   
     box-shadow: 0px 0px 4px #c7c7c740;
}

 
 
/* Make menu scrollable horizontally if items overflow */
.destination-menu.slider-3 {
  display: flex;
  overflow-x: auto;
  gap: 10px;
  padding-bottom: 5px;
}
.destination-menu.slider-3::-webkit-scrollbar {
  display: none; /* hide scrollbar */
}



.destination-menu {
     margin: 7px 0px;
}

.destination-menu .menu-item {
  text-align: center;
   cursor: pointer;
  position: relative;
  color: #000;
      font-weight: 500;
    font-size: 13px;
}

.destination-menu .menu-item i {
  font-size: 24px;
  display: block;
  margin-bottom: 5px;
     
}

.destination-menu .menu-item.active {
  color: var(--primary-color );
}

.destination-menu .menu-item.active::after {
  content: '';
  display: block;
  height: 2px;
  width: 50%;
  background-color: var(--primary-color );
  margin: 4px auto 0;
  border-radius: 2px;
}

.trending-badge {
  position: absolute;
  top: 0;
  right:0px;
 background: linear-gradient(95deg, var(--secondary-color) 0%, var(--primary-color) 100%);
  color: #fff;
  font-size: 9px;
  padding: 1px 2px;
  border-radius: 3px;
}

.slick-slide {
  outline: none;
}
.active-section{
     border-bottom: 1px solid #d9d4d4;
    padding-top: 7px;
}

 

 

 
 
 
 
 /* SECTION-SPECIFIC STYLES (won’t affect rest of page) */
.travel-live {
  position: relative;
  padding: 80px 15px;
  overflow: hidden;
  border-radius: 12px;
  background: linear-gradient(135deg, #e7f9ff 0%, #f8f4ff 100%);
  margin-top: 40px;
}

.travel-live .live-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 25% 40%, #b2f0ff50 0%, transparent 50%),
              radial-gradient(circle at 80% 70%, #e5ccff50 0%, transparent 50%);
  z-index: 0;
  animation: liveMove 16s infinite alternate ease-in-out;
  opacity: 0.5;
}

@keyframes liveMove {
  0% { transform: translate(0,0); }
  100% { transform: translate(3%,3%); }
}

.travel-live .live-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 1000px;
  margin: auto;
  color: #222;
  font-family: 'Poppins', sans-serif;
}

.travel-live .live-title {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 10px;
}

.travel-live .live-sub {
  color: #666;
  margin-bottom: 50px;
  font-size: 17px;
}
.travel-live .live-sub span {
  color: #00aaff;
  font-weight: 600;
}

.travel-live .live-stats {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.travel-live .live-card {
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(6px);
  border-radius: 18px;
  padding: 35px 45px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}
.travel-live .live-card:hover {
  transform: translateY(-5px);
}

.travel-live .live-count {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 8px;
}
.travel-live .live-card p {
  color: #555;
  margin: 0;
}
.travel-live .live-card span {
  color: #00aaff;
  font-weight: 600;
}

.travel-live .live-awards {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.travel-live .live-awards img {
  height: 38px;
  opacity: 0.9;
  transition: transform 0.3s;
}
.travel-live .live-awards img:hover {
  transform: scale(1.1);
}

/* responsive */
@media(max-width: 768px){
  .travel-live .live-title { font-size: 28px; }
  .travel-live .live-card { padding: 25px 30px; }
  .travel-live .live-count { font-size: 38px; }
}


.logo-sigapor img{
  width: 100%;
  height: 300px;
  border-radius: 10px;
  object-fit: cover;
}





/* blog   */


.section-heading{
      font-size:20px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
    color:#000;
}
.section-paragraph{
      text-align: center;
    margin-bottom: 35px !important;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
}
.blogcard{
  border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.card {
    border: 1px solid #cccccc7a;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.blogcard .blogimg{
  width: 100%;
    height: 153px;
    overflow: hidden;
}
.blogcard .blogimg img{
  width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
}
.blogcard .card-body{
      padding: 10px;
}
.blogcard .card-title{
      font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}
.blogcard .card-body p{
      font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
        margin-bottom: 10px;
}
.blogcard .post{
      list-style: none;
    border-radius: 50px;
    background:  #fff;
    padding: 8px 20px;
    line-height: 1;
    box-shadow: -3px 2px 12.7px 7px rgba(6, 27, 48, 0.04);
    display: flex;
    gap: 10px;
    position: absolute;
    top: 41%;
    border: 1px solid #ccc;
}
 .blogcard .post li:not(:last-child){
      border-right: 1px solid rgba(21, 20, 21, 0.19);
    padding-right: 10px;
    color: #000;
 }
 .blogcard .post li{
      font-size: 12px;
    font-weight: 600;
    display: flex;
    gap: 4px;
 }
.blogcard .post li i{
      color: #f1636a;
}
.blogcard .style-2{
      color: #f1636a;
}
.explorebtn {
  background: var(--primary-color);
  border:1px solid #074c5d;
  font-size: 12px;
  color: #fff;
  padding: 6px 14px;
  text-decoration: none;
  border-radius: 50px;
  display: flex;
  gap: 4px;
  align-items: center;
  width: fit-content;
  font-weight: 600;
  transition: all 0.3s 
ease;
margin-top: 10px;
}

#scroll-down {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 26px;
  height: 35px;
  transform: translate(-50%, -50%);
  perspective: 35vh;
}

#scroll-down svg {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  fill: currentColor;
  color: #fff;
  filter: blur(1vh) drop-shadow(0 0 10vh #0fb);
  animation: scroll-down 2s infinite cubic-bezier(.8,0,.2,1);
  opacity: 0;
}

#scroll-down svg:nth-child(0) {animation-delay: 0s}
#scroll-down svg:nth-child(1) {animation-delay: .5s}
#scroll-down svg:nth-child(2) {animation-delay: 1s}
#scroll-down svg:nth-child(3) {animation-delay: 1.5s}

@keyframes scroll-down {
  0% {
      filter: blur(1vh) drop-shadow(0 0 6vh #00f);
      opacity: 0;
      top: 0;
      transform: translate(-50%, -50%) scale(.5) rotateX(45deg);
      color: #b9f;
  }
  50% {
      filter: blur(0) drop-shadow(0 0 10vh #0fb);
      opacity: 1;
      transform: translate(-50%, -50%) scale(1) rotateX(0);
      color: #fff;
  }
  100% {
      filter: blur(2vh) drop-shadow(0 0 6vh #f00);
      opacity: 0;
      top: 100%;
      transform: translate(-50%, -50%) scale(.5) rotateX(0);
      color: #b9f;
  }
}


#text {
position: absolute;
bottom: 70px;
left: 50%;
transform: translateX(-50%);
color: #fff;
font-size: 14px;
font-family: cambria,monospace;
letter-spacing: 1vh;
text-shadow: 0 0 2vh #b9f;
}

#text::after {
content: 'SCROLL DOWN';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
filter: blur(3vh);
transform: scaleX(1.4) skew(45deg);
}

@media (max-width: 992px) {
  .navbar
  {
    padding: 0 !important;
  }
  .navbar .container
  {
    width: 100% !important;
  }
  .navbar-brand img
  {
    height: 40px !important;
  }
  .currency
  {
    font-size: 12px;
  }

  .imgsider-allpage{
    display: none !important;
  }
  .imgsider-right{
    display:none !important;
  }
  
}

.imgsider-allpage{
  position: relative;
  display:block;
}
.imgsider-right{
  position: relative;
  display:block;
}

 .imgsider-allpage img{
        width: 215px;
    height:100px;
     position: absolute;
    bottom: 30%;
   z-index: 1;
    left: 0px;
    filter: hue-rotate(-196deg);
  }
  .imgsider-right img{
       width: 215px;
    height:100px;
     position:absolute;
    bottom: 30%;
     z-index: 1;
    right: 0px;
    filter: hue-rotate(-196deg);
  }
 